var testing.blockProfileRate
5 uses
testing (current package)
testing.go#L394: blockProfileRate = flag.Int("test.blockprofilerate", 1, "set blocking profile `rate` (see runtime.SetBlockProfileRate)")
testing.go#L423: blockProfileRate *int
testing.go#L1885: if *blockProfile != "" && *blockProfileRate >= 0 {
testing.go#L1886: runtime.SetBlockProfileRate(*blockProfileRate)
testing.go#L1964: if *blockProfile != "" && *blockProfileRate >= 0 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)